* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
  color: inherit;
}
.content-box {
  width: 1200px;
  margin: 0 auto;
}

.bottom-box {
  height: 176px;
  background-color: #999999;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.news-inner{
  display: flex;
  flex-direction: column;
}
.content-box .left-info {
  line-height: 2em;
}

.bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-imgs {
  display: flex;
}

.right-imgs a {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 5px;
  margin: 0 15px;
  overflow: hidden;
}

.right-imgs img {
  width: 100%;
  height: 100%;
}

.logo-inner {
  height: 260px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.select-logo .el-input__inner {
  border: none !important;
}

.logo-inner>* {
  width: calc((100% - 30px) * 0.25);
  height: 46px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-inner img {
  height: 100%;
}

.guanggao-inner a {
  display: inline-block;
  height: 180px;
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}

.guanggao-inner img {
  height: 100%;
  width: 100%;
}

.notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00abb9;
  padding: 12px 0px;
  margin: 20px 10px;
}

.notice-header .title {
  color: #000;
  display: flex;
  align-items: center;
  font-size: 24px;
}

.notice-header .title::before {
  display: inline-block;
  content: '';
  background: #00abb9;
  height: 10px;
  width: 20px;
  margin-right: 12px;
}

a {
  cursor: pointer;
}

.btns>*:not(:first-child) {
  margin-left: 22px;
}

.btn {
  display: inline-flex;
  width: 90px;
  box-sizing: content-box !important;
  padding: 0 8px;
  height: 30px;
  font-size: 14px;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  color: #fff;
  background-color: #00abb9;
}
.main-active{
  color: #fff !important;
  background-color: #00abb9 !important;
}
.more {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #00abb9 !important;
  font-weight: 600;
}

.more a {
  color: #00abb9 !important;

  width: fit-content !important;
}

.notice-innerList {
  display: flex ;
  font-size: 18px;
  color: #000;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 55px 80px 55px;
}
.notice-innerList >a>:first-child {
  margin-right: 1.5em;
}
.notice-innerList a {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  line-height: 3.2em;
  width: calc((100% - 160px)*0.5);
}
.notice-innerList a:hover{
  color: #00abb9;
}
.info-left img {
  position: absolute;
  height: 330px;
  width: 480px;
  left: 20px;
  top: 40px;
}

.info-right .title {
  color: #00abb9;
  font-size: 36px;
}

.info-right .content {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 22px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;

}

.info-carousel-inner .left-btn:hover,
.info-carousel-inner .right-btn:hover {
  background-color: #5ec5cf;
}

.info-carousel-inner .left-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #a8c1cb;
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #eaeef0;
  font-weight: 700;
  justify-content: center;
  transform: translate(-130px, -50%);
}

.info-carousel-inner .right-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #a8c1cb;
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #eaeef0;
  font-weight: 700;
  justify-content: center;
  transform: translate(130px, -50%);
}

.mb8 {
  margin-bottom: 80px;
}

.info-carousel {
  height: 440px;
  background: linear-gradient(90deg, #f0eff0, #badbeb);
}

.info-carousel-inner {
  display: flex;
  height: 100%;
  position: relative;

}

.info-right .more {
  margin-top: 35px;
}

.info-carousel-inner .info-left {
  width: 420px;
  height: 100%;
  margin-right: 140px;
  position: relative;
  margin-top: 30px;
  background-color: #00abb9;
}

.info-carousel-inner .info-right {
  flex: 1;
  width: 0;
  padding-top: 120px;
}

.tabUrl-list {
  position: relative;
  top: -50px;
  display: flex;
  height: 260px;

  justify-content: center;
  /* padding: 20px 30px; */
  z-index: 9999;
  margin-bottom: 50px;
}

.tabUrl-list>* {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00abb9cc;
  width: 20%;
  padding: 20px 20px;
}
.tabUrl-list>*:hover{
  background-color: #a5e9e5;
}
.tabUrl-list>*:hover .title::before{
  background-color: #00abb9 !important;
}
.tabUrl-list>*:hover .title{
  color: #00abb9 !important;
}
.tabUrl-list>*:hover .tip{
  color: #00abb9 !important;
}
.tabUrl-list>*:hover .logo{
  background-color: #5ecad390 !important;
}
.url-item {}

.url-item .title::before {
  height: 1px;
  width: 60px;
  display: inline-block;
  content: '';
  left: 50%;
  bottom: 0;
  position: absolute;
  transform: translate(-50%, 0);
  background-color: #fff;
}

.url-item .title {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  margin-top: 16px;
}

.url-item .tip {
  font-size: 12px;
  color: #fff;
  margin-top: 16px;
  text-align: center;
  line-height: 1.6em;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.url-item .logo {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  background-color: #5ecad3;
}
.url-item .logo img{
  width: 50%;
  height: 50%;
}
.home-carousel-inner {
  display: inline-block;
  position: relative;
  height: 800px;
  width:100%;

}
.home-carousel{
  margin-top: 70px;
}
.home-carousel-inner img {
  width: 100%;
  height: 100%;
}

.home-carousel-inner .btns {
  position: absolute;
  top: 0;
  width: 1200px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0px;
}

.btns .left-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #a8c1cb50;
  position: absolute;
  left: 0;
  top: 400px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #eaeef0;
  font-weight: 700;
  justify-content: center;
  transform: translate(-130px, -50%);
}

.btns .left-btn:hover,
.btns .right-btn:hover {
  background-color: #5ec5cf;
}

.btns .logo {
  height: 60px;
  position: absolute;
  top: 0;
  width: 200px;
  left: 0;
}

.btns .right-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #a8c1cb50;
  position: absolute;
  right: 0;
  top: 400px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #eaeef0;
  font-weight: 700;
  justify-content: center;
  transform: translate(130px, -50%);
}

.el-carousel__indicators {
  bottom: 90px !important;
}

.el-carousel__indicators>*:not(:last-child) {
  margin-right: 10px;
}

.is-active .el-carousel__button {
  background-color: #00abb9 !important;
  opacity: 1 !important;
  width: 25px !important;
  border-radius: 10px !important;
}

.el-carousel__button {
  height: 10px !important;
  width: 10px !important;
  border-radius: 50% !important;
  background-color: #cccccc !important;
  opacity: 1 !important;
}
.news-innerList .right-box>:last-child a>:first-child{
  margin-right: 1.5em;
}
.el-carousel__indicator {
  padding: .1235vw !important;
}
.news-inner a>:first-child{
  margin-right: 1.5em;
}
.news-innerList {
  display: flex;
  margin-bottom: 20px;
}
input::placeholder {
  color: #000 !important;
}
:-ms-input-placeholder {
  color: #000 !important;
}
:-moz-placeholder {
  color: #000 !important;
}
.news-innerList .left-box {
  flex: 1;
  width: 0;
}
.news-innerList .left-box>*:not(:first-child){
  margin-top: 15px;
}
.news-innerList .right-box {
  width: 454px;
}
.news-innerList .right-box a:hover{
  color: #00abb9;
}
.news-innerList .right-box a {
  display: inline-block;
  width: 454px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #000;
  line-height: 3.2em;
  font-size: 18px;
}

.news-innerList .left-box .card-item>:first-child {
  width: 225px;
  height: 150px;
  overflow: hidden;
  background-color: #e6e6e6;
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 34px;
}

.news-innerList .left-box .card-item>:first-child img {
  width: 100%;
  height: 100%;
}

.news-innerList .left-box .card-item {
  display: flex;
  cursor: pointer;
}
.news-innerList .left-box .card-item:hover .content>:first-child{
  color: #00abb9;
}
.el-input__inner{
  color: #000 !important;
}
.news-innerList .left-box .card-item .content{
  flex: 1;
  width: 0;
  padding-right: 80px;
  padding-top: 16px;
}
.news-innerList .content>:first-child {
  color: #000;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.news-innerList .content>:nth-child(2) {
  color: #000;
  font-size: 18px;
  margin: 6px 0 14px 0;
}
.news-innerList .content>:nth-child(3) {
  color: #000;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  margin-bottom: 20px;
}
